+Thu Jul 15 19:20:05 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale):
+ * gtk/gtkcalendar.c (gtk_calendar_class_init): Use 'cannot'
+ instead of 'can not' in messages. (#144226, Morten Welinder)
+
2004-07-15 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_class_init):
+Thu Jul 15 19:20:05 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale):
+ * gtk/gtkcalendar.c (gtk_calendar_class_init): Use 'cannot'
+ instead of 'can not' in messages. (#144226, Morten Welinder)
+
2004-07-15 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_class_init):
+Thu Jul 15 19:20:05 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale):
+ * gtk/gtkcalendar.c (gtk_calendar_class_init): Use 'cannot'
+ instead of 'can not' in messages. (#144226, Morten Welinder)
+
2004-07-15 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_class_init):
+Thu Jul 15 19:20:05 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale):
+ * gtk/gtkcalendar.c (gtk_calendar_class_init): Use 'cannot'
+ instead of 'can not' in messages. (#144226, Morten Welinder)
+
2004-07-15 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_class_init):
+Thu Jul 15 19:19:21 2004 Matthias Clasen <maclas@gmx.de>
+
+ * io-png.c (real_save_png):
+ * gdk-pixbuf-io.c (gdk_pixbuf_io_init): Use 'cannot' instead
+ of 'can not' in messages. (#144226, Morten Welinder)
+
Fri Jul 9 15:38:06 2004 Manish Singh <yosh@gimp.org>
* gdk-pixbuf-io.c (gdk_pixbuf_format_set_disabled): function doesn't
channel = g_io_channel_new_file (filename, "r", &error);
if (!channel) {
- g_warning ("Can not open pixbuf loader module file '%s': %s",
+ g_warning ("Cannot open pixbuf loader module file '%s': %s",
filename, error->message);
return;
}
g_set_error (error,
GDK_PIXBUF_ERROR,
GDK_PIXBUF_ERROR_BAD_OPTION,
- _("Value for PNG text chunk %s can not be converted to ISO-8859-1 encoding."), keys[i] + 6);
+ _("Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding."), keys[i] + 6);
num_keys = i;
for (i = 0; i < num_keys; i++)
g_free (text_ptr[i].text);
g_warning ("locale not supported by Xlib");
if (!XSetLocaleModifiers (""))
- g_warning ("can not set locale modifiers");
+ g_warning ("cannot set locale modifiers");
if ((strcmp (current_locale, "C")) && (strcmp (current_locale, "POSIX")))
{
PROP_NO_MONTH_CHANGE,
g_param_spec_boolean ("no_month_change",
P_("No Month Change"),
- P_("If TRUE, the selected month can not be changed"),
+ P_("If TRUE, the selected month cannot be changed"),
FALSE,
G_PARAM_READWRITE));